ioemu: Include termios.h and sys/ioctl.h to get TIOCM_* definitions.
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 7 Dec 2007 12:48:36 +0000 (12:48 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 7 Dec 2007 12:48:36 +0000 (12:48 +0000)
commita3024bb60156eb668d3c8326a9fcb8ba5ce97ba4
treed3db041eb1ede278d22108f70a230534f776544f
parentdb9563e7e470f61d588ec57e04aaec64b67261a6
ioemu: Include termios.h and sys/ioctl.h to get TIOCM_* definitions.
This is preferable to hard-coding them in the ioemu source file, or
including a Linux-specific header.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/ioemu/hw/serial.c